Skip to content

[pre-commit.ci] pre-commit autoupdate #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 16, 2024
Merged

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Apr 15, 2024

pre-commit-ci bot added 2 commits April 15, 2024 16:53
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7)
@kemzeb
Copy link
Collaborator

kemzeb commented Apr 15, 2024

Looks like the CI failures are due to Ruff now forcing us to string append when we need to prepend in some areas.

@kemzeb
Copy link
Collaborator

kemzeb commented Apr 15, 2024

Looking at this further, the problem should be with PLR6104. It is only accessible in preview mode, but since we enable it here this should be the problem.

@gaborbernat
Copy link
Member

Looking at this further, the problem should be with PLR6104. It is only accessible in preview mode, but since we enable it here this should be the problem.

WE can add noqa for these exampels 👍

@gaborbernat gaborbernat merged commit 1bebb55 into main Apr 16, 2024
@gaborbernat gaborbernat deleted the pre-commit-ci-update-config branch April 16, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants